home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Vax_Tape
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS : arlpsu@nems
- -- AUTHOR : H. J. Clarke, A. F. Niessner, Jr.
- -- : ARL/Penn State University
- -- : P.O. Box 30
- -- : State College, Pa. 16804
- -- COPYRIGHT : (c) 1987 the Pennsylvania State University
- -- DATE CREATED : November 27, 1987
- -- DATE RELEASED : November 27, 1987
- -- DATE LAST UPDATED : November 27, 1987
- -- LOCATION : ASR
- -- ENVIRONMENT : Data General MV10000,
- -- : Rolm ADE_rev_240
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : TOOLS
- -- CATEGORY LEVEL 2 : Write VAX/ANSI Tape from DG
- -- CATEGORY LEVEL 3 :
- -- CATEGORY LEVEL 4 :
- -- KEYWORD : VAX compatible tape
- -- KEYWORD : ANSI standard tape
- -- KEYWORD : File transfer
- -- KEYWORD : Data General to VAX tape transfer
- -- INDEX : Magtape Creation
- -- INDEX : Tape, VAX compatible
- -- INDEX : Tape, ANSI standard
- -- INDEX : VAX, Writing ANSI tapes for
- -- TAXONOMY :
- -- DEPENDENCIES : PD2:<ADA.COMPONENTS>DSTR3
- -- SEE ALSO :
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD2:<ADA.TOOLS>VAXTAPE.*
- -- DIRECTORY DISPLAY :
- -- Directory PD2:<ADA.TOOLS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- VAXTAPE.DOC 7446 166
- -- VAXTAPE.PRO 2816 68
- -- VAXTAPE.SRC 25344 844
- -- =============== ========== ==========
- -- 3 Files 35606 1078
- --= ABSTRACT ===============================================--
- -- The program, Vax_Tape, it's supporting packages, and the
- -- acompaning CLI's, provide a capability to write text files on a Vax
- -- compatable, ANSI standard, tape on a Data General MV10000. The
- -- dynamic strings package, DYN, found in the Ada Repository in the
- -- subdirectory, PD2:<ADA.COMPONENTS>, and named DSTR3.SRC, is used by
- -- this program.
- --= REVISION HISTORY ===============================================--
- -- DATE VERSION AUTHORS HISTORY
- -- 11/27/87 1.0 A. F. Niessner, Jr. Initial Release
- -- H. J. Clarke
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the authors.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-